home *** CD-ROM | disk | FTP | other *** search
/ Mission to McDonaldLand / Mission To McDonaldLand.iso / crystal.dxr / 00312_Script_312 < prev    next >
Text File  |  1998-10-27  |  267b  |  12 lines

  1. on mouseEnter me
  2.   set the member of sprite the spritenum of me = "Rollover"
  3. end
  4.  
  5. on mouseLeave me
  6.   set the member of sprite the spritenum of me = "ReturnToWorld"
  7. end
  8.  
  9. on mouseDown me
  10.   set the member of sprite the spritenum of me = "Down"
  11.   play done
  12. end